From 545af5490941178088793140786bddd799fe2ddf Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 26 Jun 2007 13:10:48 +0000 Subject: [PATCH] 6/26/07 google breakage; they accidentally dropped a --- google.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/google.c b/google.c index 6744c07f8..7169dc158 100644 --- a/google.c +++ b/google.c @@ -422,13 +422,13 @@ google_read(void) end = strstr( panel, "/table>
"); - } + } + if ( end ) { + strcpy(end,"/table>
"); + } if ( !end ) { end = strstr( panel, "/div>
<" )) { + /* broken 6-26-07 missing that apparently doesn't bother browsers */ + strcpy(to, "/tr><" ); + to += 5; + } + *to++ = *from++; + } else { *to++ = *from++; } -- 2.30.2